home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 16 / AMIGAplus Sonderheft 16 (1998)(ICP)(DE)[!].iso / pd / anwendungen / gpatch / examplescripts / makepatchfile < prev    next >
Text File  |  1998-02-28  |  815b  |  18 lines

  1.  
  2. version "MyProgram/MyProgram" full
  3. changetaskpri -1
  4. delete MyProgramPatch/MyProgram.patches
  5. failat 10
  6.  
  7. GCompare "Archive/MyProgram_1.0/MyProgram" "MyProgram/MyProgram" MyProgramPatch/MyProgram.patches AUTO DEEP
  8. GCompare "Archive/MyProgram_1.0/MyProgram.readme" "MyProgram/MyProgram.readme" MyProgramPatch/MyProgram.patches AUTO DEEP
  9.  
  10. GCompare "Archive/MyProgram_1.1/MyProgram" "MyProgram/MyProgram" MyProgramPatch/MyProgram.patches AUTO DEEP
  11. GCompare "Archive/MyProgram_1.1/MyProgram.readme" "MyProgram/MyProgram.readme" MyProgramPatch/MyProgram.patches AUTO DEEP
  12.  
  13. GCompare "Archive/MyProgram_1.2/MyProgram" "MyProgram/MyProgram" MyProgramPatch/MyProgram.patches AUTO DEEP
  14. GCompare "Archive/MyProgram_1.2/MyProgram.readme" "MyProgram/MyProgram.readme" MyProgramPatch/MyProgram.patches AUTO DEEP
  15.  
  16. echo "Finished."
  17.  
  18.